home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / libxpm / libxpm34.gz / libxpm34 / xpm-3.4 / README.dll < prev   
Text File  |  1994-03-22  |  1KB  |  34 lines

  1. Hi,                                 22nd March `94
  2.  
  3. To build, just type the following standard steps...
  4.  
  5.     % xmkmf
  6.     % make Makefiles
  7.     % make
  8.  
  9. That should build everything - i.e the shared DLL library, the stub, the
  10. static library and the sxpm executable.
  11.  
  12. The changes I made are the inclusion of the lib/jump directory and its
  13. contents and also lib/Imakefile and lib/Imakefile.dll for the DLL building
  14. procedure. Do a diff on lib/Imakefile and lib/Imakefile.org to see the
  15. changes.
  16.  
  17. From now on the DLL library numbering procedure will follow the SOXPMLIBREV
  18. scheme. Look in lib/xpm.h for more info.
  19.  
  20. One last thing: You may need to adjust some definitions in lib/Imakefile if
  21. you are cross-compiling or have a wierd setup (but I don't think so). Also
  22. GCC_LIB may need to be defined as -lgcc instead of `gcc --print`
  23.  
  24. To install: (from this directory)
  25.     % mv libXpm* /usr/X386/lib
  26.     % cp lib/xpm*.h /usr/X386/include/X11
  27.     % ldconfig
  28.  
  29. PLEASE DO NOT REAMOVE YOUR OLDER libXpm.so.3 LIBRARY AS THIS VERSION IS NOT
  30. BACKWARD COMPATIBLE.
  31.  
  32. P.S. For any problems/questions I may be reached at
  33.        mitchum.dsouza@mrc-apu.cam.ac.uk, (0223) 355294 ext 510 England, UK.
  34.